3.4.86 \(\int \frac {a B+b B \cos (c+d x)}{\sqrt {\cos (c+d x)} (a+b \cos (c+d x))} \, dx\) [386]

Optimal. Leaf size=17 \[ \frac {2 B F\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d} \]

[Out]

2*B*(cos(1/2*d*x+1/2*c)^2)^(1/2)/cos(1/2*d*x+1/2*c)*EllipticF(sin(1/2*d*x+1/2*c),2^(1/2))/d

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 36, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {21, 2720} \begin {gather*} \frac {2 B F\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a*B + b*B*Cos[c + d*x])/(Sqrt[Cos[c + d*x]]*(a + b*Cos[c + d*x])),x]

[Out]

(2*B*EllipticF[(c + d*x)/2, 2])/d

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 2720

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ
[{c, d}, x]

Rubi steps

\begin {align*} \int \frac {a B+b B \cos (c+d x)}{\sqrt {\cos (c+d x)} (a+b \cos (c+d x))} \, dx &=B \int \frac {1}{\sqrt {\cos (c+d x)}} \, dx\\ &=\frac {2 B F\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 17, normalized size = 1.00 \begin {gather*} \frac {2 B F\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a*B + b*B*Cos[c + d*x])/(Sqrt[Cos[c + d*x]]*(a + b*Cos[c + d*x])),x]

[Out]

(2*B*EllipticF[(c + d*x)/2, 2])/d

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.08, size = 19, normalized size = 1.12

method result size
default \(\frac {2 B \,\mathrm {am}^{-1}\left (\frac {d x}{2}+\frac {c}{2}| \sqrt {2}\right )}{d}\) \(19\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a*B+b*B*cos(d*x+c))/cos(d*x+c)^(1/2)/(a+b*cos(d*x+c)),x,method=_RETURNVERBOSE)

[Out]

2*B/d*InverseJacobiAM(1/2*d*x+1/2*c,2^(1/2))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*B+b*B*cos(d*x+c))/cos(d*x+c)^(1/2)/(a+b*cos(d*x+c)),x, algorithm="maxima")

[Out]

integrate((B*b*cos(d*x + c) + B*a)/((b*cos(d*x + c) + a)*sqrt(cos(d*x + c))), x)

________________________________________________________________________________________

Fricas [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.15, size = 53, normalized size = 3.12 \begin {gather*} \frac {-i \, \sqrt {2} B {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right ) + i \, \sqrt {2} B {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*B+b*B*cos(d*x+c))/cos(d*x+c)^(1/2)/(a+b*cos(d*x+c)),x, algorithm="fricas")

[Out]

(-I*sqrt(2)*B*weierstrassPInverse(-4, 0, cos(d*x + c) + I*sin(d*x + c)) + I*sqrt(2)*B*weierstrassPInverse(-4,
0, cos(d*x + c) - I*sin(d*x + c)))/d

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*B+b*B*cos(d*x+c))/cos(d*x+c)**(1/2)/(a+b*cos(d*x+c)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*B+b*B*cos(d*x+c))/cos(d*x+c)^(1/2)/(a+b*cos(d*x+c)),x, algorithm="giac")

[Out]

integrate((B*b*cos(d*x + c) + B*a)/((b*cos(d*x + c) + a)*sqrt(cos(d*x + c))), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.06 \begin {gather*} \int \frac {B\,a+B\,b\,\cos \left (c+d\,x\right )}{\sqrt {\cos \left (c+d\,x\right )}\,\left (a+b\,\cos \left (c+d\,x\right )\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*a + B*b*cos(c + d*x))/(cos(c + d*x)^(1/2)*(a + b*cos(c + d*x))),x)

[Out]

int((B*a + B*b*cos(c + d*x))/(cos(c + d*x)^(1/2)*(a + b*cos(c + d*x))), x)

________________________________________________________________________________________